home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Database Designers
/
Rational Rose 2000
/
Rational Setup.EXE
/
common
/
lib
/
auto
/
Getopt
/
Long
/
config.al
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-01-26
|
332 b
|
14 lines
# NOTE: Derived from ../LIB\Getopt\Long.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package Getopt::Long;
#line 821 "../LIB\Getopt\Long.pm (autosplit into ..\lib\auto/Getopt\Long/config.al)"
# Deprecated name.
sub config (@) {
Configure (@_);
}
# end of Getopt::Long::config
1;